set currency - Currency Configuration Command
Command Title
/set currency
Description
This command allows server administrators to customize the server's currency by setting its name, symbol, and the position of the symbol relative to the amount.
Usage
/set currency <name> <symbol> [position]
Parameters
Required Parameters:
<name>
: The name of the currency. This is a required text input. For example, you can use "Coins", "ETH", "Gold", "Score" or "Points".<symbol>
: The symbol for the currency. This is a required text input. For example, you can use "$", "💰", "CR$", or "pts".
Optional Parameters:
[position]
: The display position of the currency symbol relative to the numerical amount. This is an optional parameter that defaults toright
. The available options areleft
orright
.
Examples
-
Example 1: Set the currency to "Gems" with the symbol "💎", using the default symbol position (right).
/set currency name:Gems symbol:💎
-
Example 2: Set the currency to "Credits" with the symbol "CR" displayed on the left of the amount.
/set currency name:Credits symbol:CR position:left
-
Example 3: Set the currency to "eBTC" with the symbol "₿", using the default symbol position (right).
/set currency name:eBTC symbol:₿
-
Example 4: Set the currency to "Neuroptima" with a custom emoji symbol ":NEUROPTIMA:", using the default symbol position (right).
/set currency name:Neuroptima symbol::NEUROPTIMA:
Notes
- The
position
parameter is optional. If omitted, the currency symbol will be displayed on theright
side of the amount by default. - Ensure the chosen name and symbol are clear and easily understandable by your server members.
FAQ
Q: What happens if I don't specify the position
parameter?
A: If the position
parameter is omitted, the currency symbol will default to being displayed on the right side of the currency amount (e.g., "100 G").
Q: Can I use emojis as currency symbols?
A: Yes, you can use emojis (e.g., 💰, 🪙) as the currency symbol.